home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / christin / concrd22 / spirited.doc < prev    next >
Text File  |  1995-05-02  |  21KB  |  249 lines

  1.                                 SpiritEd                             (Version  1.1)                           INSTRUCTION MANUALAbout SpiritEd...SpiritEd is a simple GEM-based text editor in the form of a desk 
  2. accessory. It is written to provide an ability to take notes and prepare 
  3. lessons from within SpiritWare's Bible concordance program. However, you 
  4. may find it useful in a wide variety of applications.Like all SpiritWare programs, SpiritEd is designed to be easy to use. If 
  5. you have ever used a Macintosh, you already know how to use SpiritEd. Its 
  6. use of the mouse, menus, and keyboard conforms as closely as possible to 
  7. Macintosh user interface guidelines.It is important to bear in mind that SpiritEd is a text editor and not a 
  8. word processor. As a text editor, it provides basic editing capabilities 
  9. including cutting, copying, pasting, searching and replacing. It also has 
  10. an undo function that allows you to cancel the last operation that was 
  11. performed. It does not provide the formatting capabilities of a word 
  12. processor. However, text entered into SpiritEd can be saved to a file and 
  13. later imported into a full-featured word processor for formatting.About SpiritWare...SpiritWare is produced by servants of our Lord Jesus Christ at Fifteenth 
  14. Avenue Bible Church in Seattle, Washington for the edification of His 
  15. body. While SpiritWare is copyrighted, permission is granted for unlimited 
  16. noncommercial copying and distribution of SpiritWare programs. This 
  17. program can and should be freely distributed.Installing SpiritEdTo install SpiritEd, simply copy SPIRITED.ACC from the distribution disk 
  18. to the main directory of your boot disk or partition. SpiritEd will be 
  19. available from the Desk Accessory menu of the desktop or any GEM-based 
  20. program the next time you boot up. It is important to remember that if you 
  21. use the standard GEM desktop, you can only have six desk accessories 
  22. loaded at one time. If you already have six and you want to add SpiritEd, 
  23. you will have to remove one of the others.Opening SpiritEdSpiritEd can only be accessed from the GEM desktop or GEM applications. To 
  24. open SpiritEd, select SpiritEd from the desk accessory menu. The SpiritEd 
  25. window will appear on the screen.Closing SpiritEdSpiritEd never really goes away, it is always hanging around in memory. 
  26. You can make its window disappear by clicking on the go away box in the 
  27. upper left corner of the window (or by pressing Control-Q).Moving the SpiritEd WindowLike most GEM windows, the SpiritEd window can be moved to any position on 
  28. the screen by dragging the Move Bar.Sizing the SpiritEd WindowThe SpiritEd window can be resized either by clicking on the Full Box in 
  29. the upper right corner of the window, or by dragging the Size Box in the 
  30. lower right corner of the window. The Full Box allows you to easily toggle 
  31. between a full-screen window and a smaller sized window.Using the SpiritEd Menu BarSince desk accessories do not have access to the main menu bar, the menu 
  32. bar for SpiritEd appears in its window. This menu bar can be accessed any 
  33. time the SpiritEd window is active. Please note that when SpiritEd is 
  34. active, the main menu bar becomes disabled. To reactivate the main menu 
  35. bar you must click on one of the main application's windows. When the main 
  36. menu bar is active, the SpiritEd window and menu bar are inactive.Like the main menu bar, SpiritEd menus drop down when the mouse pointer is 
  37. placed over them. Unlike the main menu bar, SpiritEd menus automatically 
  38. disappear when the mouse pointer is moved outside of the menu. To select a 
  39. menu item, simply click on that item. Most SpiritEd menu items have 
  40. keyboard equivalents which are shown on the right side of the menu. 
  41. Instead of using the mouse to select a command from a menu, the same 
  42. command can be invoked from the keyboard. This is done by holding down the 
  43. Control key and pressing the key indicated in the menu. For example, to 
  44. open a file from the keyboard, press the Control key and the O key at the 
  45. same time.Opening a FileTo open a file, select Open from the File menu. The Atari File Selector 
  46. box will appear, allowing you to select the file you would like to edit. 
  47. (If you don't know how to use the Atari File Selector, please refer to 
  48. your ST owner's manual.)SpiritEd actually only opens the file long enough to copy its contents 
  49. into memory. It then closes the file. Any changes that you make to the 
  50. text only alter the copy that is in memory, not the original file that is 
  51. on disk. These changes stay in memory, even when SpiritEd is not visible 
  52. on the screen. To transfer your changes to the original file, you must 
  53. save the text (see the next section).The fact that there are two copies of the text (a memory copy, used by 
  54. SpiritEd, and a disk copy) present at the same time can sometimes be 
  55. confusing. For example, let's say you are using SpiritEd and you open a 
  56. text file called MYFILE.TXT. After making some changes in this file, you 
  57. decide to print MYFILE.TXT from a desktop publishing program. So you close 
  58. SpiritEd, start up the desktop publishing program, and open up MYFILE.TXT. 
  59. But none of the changes you made are there! Actually they are, but they 
  60. are in SpiritEd's section of memory and not on disk. To solve this 
  61. problem, you should open SpiritEd back up, save MYFILE.TXT, and then 
  62. reopen MYFILE.TXT from the desktop publishing program. Another problem 
  63. that can arise is forgetting to save a file before turning off your 
  64. computer. Your file will be lost, since everything in memory disappears 
  65. when the computer is turned off. Also, when your computer crashes, usually 
  66. everything in memory is lost; therefore, it is wise to save the text 
  67. frequently.Saving the TextTo permanently record the changes that have been made, the text must be 
  68. saved. When you save, the text that is being edited in memory is copied on 
  69. to your disk. To save, select Save from SpiritEd's File menu (or press 
  70. Control-S). You will be presented with Atari's File Selector. Check the 
  71. entries in the "Directory:" and "Selection:" fields; if they are correct, 
  72. press the OK button. If they are not correct, change them and the press 
  73. the OK button. (See your ST Owner's Manual for details on how to use the 
  74. File Selector).When you use the Save command, the text is saved without carriage returns 
  75. at the end of each wrapped line. The only carriage returns that are saved 
  76. are the ones that you have actually inserted into the text. This is the 
  77. format that SpiritEd expects to find when it opens a file. However, some 
  78. word processors expect to find carriage returns at the end of each line. 
  79. To save a file in this format, use the Print command and select the Print 
  80. to File option. The file will be saved just as it would be printed, with 
  81. the left margin padded with spaces as determined by the current Printer 
  82. Left Margin setting and the width of the text limited by the current 
  83. Printer Text Width setting. (These settings are controlled through the 
  84. Options command in the SpiritWare menu.)Viewing the TextLike most GEM applications, you can use the Scroll Bar to view any part of 
  85. the text. The small white box within the Scroll Bar, called the Scroll 
  86. Box, indicates roughly where you are in the text with respect to the 
  87. beginning and end of the text. The Scroll Box itself can be moved by 
  88. dragging it up or down. To move to the top of the text, drag the Scroll 
  89. Box to the top of the Scroll Bar. Likewise, to go to the bottom of the 
  90. text, drag the Scroll Box down to the bottom of the Scroll Bar.The up and down arrows in the Scroll Bar move the text up or down one line 
  91. at a time. To move the text up one full screen, click in the gray area 
  92. above the Scroll Box; click in the gray area below the Scroll Box to move 
  93. the text down one full screen. Scrolling the text one full screen at a 
  94. time can also be done from the keyboard. To move down in the text, you can 
  95. use either F1 or Control-Down Arrow (i.e., hold the Control key down and 
  96. press the Down Arrow cursor key). To move up in the text from the 
  97. keyboard, press either F2 or Control-Up Arrow.Moving the CursorThe cursor position is indicated by thin flashing line, called the 
  98. insertion point. The insertion point can be moved up, down, left, or right 
  99. by pressing the corresponding cursor key. In addition, you can move the 
  100. insertion point to the end of a line by holding down the Shift key and 
  101. pressing the Right Arrow cursor key. To move to the beginning of a line, 
  102. hold down the Shift key and press the Left Arrow key.You can also position the insertion point by moving the mouse to the 
  103. desired spot and pressing the mouse button. Please note that the position 
  104. of the mouse in the text does not change when you scroll to another 
  105. section of text.Entering TextWhen you press a key, the corresponding character is inserted into the 
  106. text at the insertion point. You can use the Backspace key to erase the 
  107. character to the left of the insertion point and the Delete key to erase 
  108. the character to the right of the insertion point.As you enter text, SpiritEd will automatically start a new line when you 
  109. reach the right-hand edge of the window. This process is called word 
  110. wrapping. Do not use the Return key in the middle of a paragraph-- let 
  111. SpiritEd wrap the line. You can use the Return key to force a carriage 
  112. return at any point in the text; a small CR symbol appears in the text 
  113. where the Return key has been pressed.Selecting TextWhen editing, it is often necessary to select a block of text. To select 
  114. text, position the mouse at the start or the end of the block, press the 
  115. left mouse button, and drag to the other end of the block. Selected text 
  116. appears white on a black background. You can also select a block of text 
  117. by "shift-clicking". This is done by positioning the insertion point at 
  118. either the start or the end of the block you would like to select. Then, 
  119. move the cursor to the other end of the block, hold down the Shift key, 
  120. and click the left mouse button. One other way to select text is to 
  121. double-click. Double-clicking on a word causes that word to become 
  122. selected.Deleting TextThere are several ways to delete text. First, as mentioned above, when 
  123. there is no selected text, the Backspace key can be used to delete the 
  124. character on the left of the insertion point, and the Delete key can be 
  125. used to remove the character on the right. Second, one complete line of 
  126. text can be deleted placing the cursor on that line and pressing 
  127. Control-D. Third, a block of selected text can be deleted by selecting the 
  128. block (see above) and then pressing either the Backspace key or the Delete 
  129. key, or by using the Cut command from the Edit menu (see "Using the 
  130. Clipboard", below).Replacing TextA quick way to replace a block with new text is to select the block (see 
  131. above) and then start entering the new text. When a character is entered 
  132. while a block of text is selected, that character replaces the block, and 
  133. the insertion point is placed to the right of the character. Another way 
  134. to replace a block of selected text is to use the Paste command from the 
  135. Edit menu (see "Using the Clipboard", below) to replace the selected block 
  136. with the contents of the clipboard. Finally, words can be automatically 
  137. replaced throughout the text with the use of the Replace command (see 
  138. below).Using the ClipboardThe clipboard is used to store a block of text. Only one block can be 
  139. stored at a time, so when a new block is put into the clipboard, the 
  140. previous one is lost. The information that is placed in the clipboard is 
  141. available to all programs that support the Atari clipboard standard. (This 
  142. includes the SpiritWare concordance program. Information can be 
  143. transferred from the concordance program to SpiritEd and from SpiritEd to 
  144. the Concordance program via the clipboard.)The Edit commands, Cut and Copy (or Control-X and Control-C) are used to 
  145. put a block of selected text onto the clipboard. (See above for 
  146. instructions on how to select a block of text). The Cut command deletes 
  147. the block of text after it copies it to the clipboard. The Copy command 
  148. only copies the text to the clipboard.The information on the clipboard can be inserted into the text through the 
  149. use of the Paste command (or Control-V). When the Paste command is 
  150. selected, the contents of the clipboard are inserted into the text at the 
  151. insertion point. If a block of text is selected when Paste is executed, 
  152. the contents of the clipboard replaces the selected text.Using the Undo CommandThe Undo command is used to undo the last editing operation that was 
  153. performed. For example, if you delete a block of text and then decided you 
  154. did it wrong, you can restore the block by selecting Undo in the Edit menu 
  155. or by pressing Control-Z or the Undo key. Or, if you just pasted the 
  156. clipboard contents into the text and found that you put it in the wrong 
  157. spot, you can remove it by using the Undo command.It is important to note that the Undo command reverses the effect of the 
  158. last editing operation on the text, but does not reverse the effect of 
  159. that operation on the clipboard. If the last operation was a Cut command, 
  160. the Undo command will restore the text that was cut out, but the 
  161. information that was on the clipboard before the Cut command was issued 
  162. will not be restored.Using the Find CommandTo find a word in the text rapidly, you can use the Find command. When 
  163. Find is selected from the Search menu (or Control-F is pressed), a dialog 
  164. box appears on the screen, allowing you to enter the text string that you 
  165. want to search for. You can also select whether you want the search to be 
  166. case-sensitive, and whether you want the search to just look at whole 
  167. words.A case-sensitive search will only find text that matches the upper and 
  168. lower case characters of the string that you entered into the dialog box. 
  169. For example, if the text string you entered was "peace", any occurrence of 
  170. the string Peace would be ignored if the search was case-sensitive, but 
  171. would be found if the search was not case-sensitive.To make sure that you do not find places where your search string matches 
  172. just a part of a word, you can do a whole-word search. For example, if you 
  173. are searching for the word rain, and your text has the word train in it, 
  174. train will be found by the Find command unless you specify that you only 
  175. want to find the whole word rain.The Find command starts searching from the current location of the 
  176. insertion point or from the end of the currently selected block of text. 
  177. If it reaches the end of the file before it finds the text it is looking 
  178. for, it will place an alert box on the screen, telling you that it 
  179. couldn't find the string and asking if you want to continue the search 
  180. from the beginning of the file. If it does find the string you are looking 
  181. for, it selects that text and positions it so that it can be seen on the 
  182. screen.Once the string you are searching for has been found, you can initiate 
  183. another search by selecting the Find Again command (or by pressing 
  184. Control-A). The Find Again command assumes that you are looking for the 
  185. same text string and that you want to do the same type of search that you 
  186. did the last time.Using the Replace CommandThe Replace command can be used to find a word or character string and 
  187. replace it with another word or character string. When Replace is selected 
  188. from the Edit menu (or Control-R is pressed), a dialog box appears onto 
  189. which allows you to enter the string you want to search for and the string 
  190. you want to replace it with. Like the Find command, you can also select 
  191. whether you want to replace only whole words and whether you want the 
  192. search to be case-sensitive. (See the previous section for more 
  193. information about these two options.)You can also select whether you want to replace every occurrence of the 
  194. word. If you choose Yes, then every time that word or character string is 
  195. found, it will be replaced. If you choose No, then each time the string is 
  196. found, you will be asked if you want to replace it. If you select Yes, the 
  197. string will be replaced and the next occurrence will be found. If you 
  198. select No, the string will be left unchanged and the search will continue 
  199. to the next occurrence of the string. If you select quit, the Replace 
  200. command will be terminated.The Replace operation, like Find, starts at the insertion point and 
  201. continues to the end of the file. Only the last occurrence of the string 
  202. that was replaced is undoable.PrintingYou can print either the entire text, or a block of selected text by 
  203. choosing the Print command from the File menu (or by pressing Control-P). 
  204. (See above for instructions on how to select a block of text.) When 
  205. printing, the text starts at the Left Margin setting and automatically 
  206. wraps so it does not extend beyond the Text Width setting. (Left Margin 
  207. and Text Width are set with the Option command, see below.) The Print to 
  208. File option allows you to send the text to a file instead of the printer. 
  209. For more information on how to use this option, refer to the section on 
  210. saving text.Setting OptionsThe Option command in the SpiritWare menu allows the user to control 
  211. several different program parameters. The user can either make temporary 
  212. changes to these options, or make them permanent so they automatically 
  213. take effect each time the system is booted up. Permanent option settings 
  214. are stored in a file called SPIRITED.OPT which is stored in the root 
  215. directory of the boot drive.TAB SPACING - When you are entering text and you press the Tab key, 
  216. SpiritEd inserts spaces into the text to move you to the next tab stop. 
  217. The tab stops are spaced at even intervals across the screen. The Tab 
  218. Spacing option is used to set the distance between tab stops. The default 
  219. setting is two characters. [If you are going to import this text into a 
  220. word processor or desktop publishing program, you may want to insert an 
  221. actual tab, rather than spaces. This can be done by pressing Shift Tab. A 
  222. clock face will appear on the screen to indicate the presence of the tab 
  223. character and no spacing to the tab stop will occur.]AUTO INDENT - You can have SpiritEd automatically indent the start of each 
  224. new paragraph by selecting the Auto Indent option. When this option is 
  225. selected, and you press the return key, SpiritEd checks to see how far the 
  226. previous paragraph was indented and indents the new paragraph the same 
  227. amount. To use this option you need to manually indent the first 
  228. paragraph.SAVE BACKUP - Each time you save you use the Save command, the version of 
  229. the text that is in SpiritEd replaces the old contents of the file. You 
  230. can have the old contents automatically saved into a backup file by 
  231. selecting Save Backup. If you use the Save Backup feature, the old 
  232. contents are placed into a file with a .BAK extension whenever you use the 
  233. Save command. For example, if you are working with a file called 
  234. MYFILE.TXT, the backup file would be called MYFILE.BAK.PRINTER LEFT MARGIN - This option allows you to control how big to the 
  235. left margin will be when text is printed. The number you enter indicates 
  236. how many spaces will be inserted at the left margin before a line of text 
  237. is printed.PRINTER TEXT WIDTH - You can control the maximum number of characters 
  238. SpiritEd will put on a line when printing by using this option. The number 
  239. of characters you specify does not include the spaces placed at the left 
  240. margin (see above).PRINTER LINE SPACE - This option allows you to control the number of line 
  241. feeds that will be sent to the printer at the end of each line. 
  242. Single-spacing of text is accomplished by entering 1 for this option and 
  243. double-spacing by entering 2.MAX FILE SIZE - Use this option to control the amount of memory you want 
  244. to set aside for SpiritEd to use while editing files. The amount of memory 
  245. you should allocate depends on how much memory you have and how large the 
  246. files are that you will be editing. Since the only time SpiritEd can 
  247. allocate memory is when the computer is turned on or reset, the changes 
  248. you make in this setting willl not be effective until you restart your 
  249. computer.